-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a configurable TTL cache for get_ethBalance to eth.ts #1064
Conversation
Signed-off-by: Alfredo Gutierrez <[email protected]>
1bbe0c9
to
ec1302a
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1064 +/- ##
==========================================
+ Coverage 74.40% 74.68% +0.28%
==========================================
Files 31 31
Lines 2051 2074 +23
Branches 391 395 +4
==========================================
+ Hits 1526 1549 +23
Misses 417 417
Partials 108 108
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG. Just add a log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK!
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* Adding a configurable TTL cache for get_ethBalance to eth.ts Signed-off-by: Alfredo Gutierrez <[email protected]> * Added logs for cache Signed-off-by: Alfredo Gutierrez <[email protected]> * Added logs for cache for blockNumber aswell Signed-off-by: Alfredo Gutierrez <[email protected]> --------- Signed-off-by: Alfredo Gutierrez <[email protected]>
* Adding a configurable TTL cache for get_ethBalance to eth.ts Signed-off-by: Alfredo Gutierrez <[email protected]> * Added logs for cache Signed-off-by: Alfredo Gutierrez <[email protected]> * Added logs for cache for blockNumber aswell Signed-off-by: Alfredo Gutierrez <[email protected]> --------- Signed-off-by: Alfredo Gutierrez <[email protected]>
* Adding a configurable TTL cache for get_ethBalance to eth.ts Signed-off-by: Alfredo Gutierrez <[email protected]> * Added logs for cache Signed-off-by: Alfredo Gutierrez <[email protected]> * Added logs for cache for blockNumber aswell Signed-off-by: Alfredo Gutierrez <[email protected]> --------- Signed-off-by: Alfredo Gutierrez <[email protected]>
* Adding a configurable TTL cache for get_ethBalance to eth.ts Signed-off-by: Alfredo Gutierrez <[email protected]> * Added logs for cache Signed-off-by: Alfredo Gutierrez <[email protected]> * Added logs for cache for blockNumber aswell Signed-off-by: Alfredo Gutierrez <[email protected]> --------- Signed-off-by: Alfredo Gutierrez <[email protected]>
…1076) * Adding a configurable TTL cache for get_ethBalance to eth.ts * Added logs for cache * Added logs for cache for blockNumber aswell --------- Signed-off-by: Alfredo Gutierrez <[email protected]> Co-authored-by: Alfredo Gutierrez <[email protected]>
Description:
Adding a configurable TTL cache for get_ethBalance to eth.ts
Related issue(s):
Fixes #1059
Notes for reviewer:
Checklist